ES Modules
export
とか
import
とか
HTMLでもscriptの
type="module"
で読み込める
その場合、自動的に遅延実行(
defer
)になる